home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / page9 / 00186.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  213 b   |  13 lines

  1. on exitFrame
  2.   global returnframe, stay
  3.   set returnframe to 0
  4.   if stay = 1 then
  5.     go(the frame)
  6.     exit
  7.   end if
  8.   puppetSound(0)
  9.   if count(the windowList) > 0 then
  10.     forget(window "pagebar")
  11.   end if
  12. end
  13.